home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / comm / bbs / logic100.lha / utils / lbbs_tools / TurboZ.DOC < prev    next >
Encoding:
Text File  |  1995-02-27  |  908 b   |  42 lines

  1.  
  2. TurboZ
  3. ------
  4.  
  5. A Small utility and replacement for the internal "Z"ippy door.
  6.  
  7. User will be able to scan dirlistings for a file / pattern.
  8.  
  9. options are:
  10.  
  11. Z TEST 1      =    Search for "TEST" in directory 1
  12. Z TEST A      =    Search for "TEST" in all directories
  13. Z TEST U      =    Search for "TEST" in upload directory
  14.  
  15. INSTALL:
  16.  
  17. Copy the directory "LBBS_Tools" and its contents, into your DOORS
  18.  directory.
  19.  
  20.  
  21. Create a setupfile in {BBSMAINPATH}COMMANDS/BBSCMD called 'Z'
  22.  
  23.  
  24. Cut out below lines and insert into the Z file.
  25. >----------------------------------------------
  26. NAME        Pattern Search
  27. ACCESSLEVEL    5
  28. LOCATION    DOORS:LBBS_Tools/TurboZ
  29.  PASSWORD
  30.  RETURNSTATUS
  31. PRIORITY    1
  32. STACK        4096
  33.  RETURNOUTPUT
  34.  QUICKMODE
  35. TYPE        XIM
  36. ----------------------------------------------<
  37.  
  38.  
  39. From the menu prompt users can type Z and see options, or just enter 'Z'
  40.  followed by parameters and go directly to scan dirlisting(s).
  41.  
  42.